VS Code 設定
WSL
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl
https://docs.microsoft.com/ja-jp/windows/wsl/tutorials/wsl-vscode
ターミナルから VS Code を開くように設定する
macOS
https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line
Windows (WSL)
WSL に接続した状態で VS Code をたちあげた場合は設定不要
フォント設定
HackGen Console NF
https://gyazo.com/d9bf357585b6ea0b1aeda0415606f864
https://github.com/yuru7/HackGen
サイズ 13 or 14
https://gyazo.com/356ffad824c69ee9deeae81aee51c858
設定の抜粋
code:settings.json
"terminal.integrated.fontFamily": "'HackGen Console NF', monospace",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeight": "normal"
ユーザ設定
code:settings.json
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe",
"window.zoomLevel": 0,
"editor.accessibilitySupport": "off",
"workbench.colorTheme": "Dracula",
"terminal.integrated.shell.linux": "/usr/bin/tmux",
"breadcrumbs.enabled": true,
"editor.minimap.enabled": false,
"editor.acceptSuggestionOnEnter": "off"
}
Draw.io Integration
code:settings.json
拡張のインストール (これを参考に出力)
そんなに入れてないので一覧にする必要は無いがとりあえず
code: install extentions
code --install-extension dracula-theme.theme-dracula
code --install-extension MS-CEINTL.vscode-language-pack-ja
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-vscode-remote.remote-wsl
code --install-extension Tyriar.sort-lines
VSCodeNeovim
WSL2 で VSCode Neovim
参考
How can you export the Visual Studio Code extension list? - Stack Overflow
ターミナル幅をを広げる
Panel Alignment to Justify
https://gyazo.com/6188969c9733dbd4751b836ee6ee2d0b